function wyswietl(napis)
{
  alert(napis);
}

wyswietl("To jest napis.");
